DX11 GET MESH VERTEXDATA WORD
Retrieves a word from the given offset from the given vertex id in the vertex data of the specified mesh.
This function will trigger an error message if the provided vertex / offset is not valid in the vertex data of the specified mesh.
Use DX11 GET MESH VERTEXDATA VERTEX COUNT and DX11 GET MESH VERTEXDATA SEMANTIC OFFSET to ensure your values are valid.
Return Word = DX11 GET MESH VERTEXDATA WORD(mesh, vertex, offset)
mesh
Dword
The mesh from whiches vertex data the word will be read.
vertex
Dword
The vertex to read the word from.
offset
Dword
The offset from the start of the vertex' data to read at. Use DX11 GET MESH VERTEXDATA SEMANTIC OFFSET to find offsets by semantics.
The word read from the given position.
MESH Functions Menu
DX11 Function Categories